@font-face {
  font-family: 'cityFont';
  src: url('../font/city.TTF');
  src: url('../font/city.eot?#font-spider') format('embedded-opentype'), url('../font/city.woff') format('woff'), url('../font/city.ttf') format('truetype'), url('../font/city.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**统一样式**/
* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  font-size: 12px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
img,
body,
html {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
input,
select,
button {
  outline: 0;
}
button,
a {
  border: 0;
  outline: none;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
a,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #333;
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.bring-to-top {
  position: relative;
  z-index: 500;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.fit-parent {
  height: 100%;
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
input::-webkit-input-placeholder {
  color: #707070;
}
input:-moz-placeholder {
  color: #707070;
}
input::-moz-placeholder {
  color: #707070;
}
input:-ms-input-placeholder {
  color: #707070;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/**头部**/
.header_box {
  height: 280px;
  position: relative;
  margin-bottom: 3px;
}
.header_box .bj_img {
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header_box .header {
  width: 1000px;
  margin: 0 auto;
  height: 280px;
  background: url("/images/web/bg2.png") no-repeat 0 0;
  -webkit-background-size: 100% 280px;
  background-size: 100% 280px;
  text-align: right;
  /**登录前**/
  /**登录后**/
}
.header_box .header .header_city {
  display: inline-block;
  padding-left: 20px;
  background: url('/images/web/class1_03.png') 19px center no-repeat;
  border: 1px solid transparent;
  width: 71px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 18px;
  float: left;
}
.header_box .header .login_box {
  padding: 25px 25px 20px 25px;
  background: #fff;
  text-align: center;
  width: 244px;
  display: inline-block;
  position: relative;
  height: 235px;
  display: none;
}
.header_box .header .login_box .to_register {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  display: inline-block;
  background: url("/images/web/sprit.png") no-repeat 0 0;
}
.header_box .header .login_box h1 {
  font-size: 24px;
  width: 100%;
}
.header_box .header .login_box .u_input {
  height: 40px;
  line-height: 40px;
  width: 242px;
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 45px;
  font-size: 14px;
}
.header_box .header .login_box .uname {
  margin-top: 16px;
  background: url("/images/web/u_03.png") no-repeat 15px 11px;
}
.header_box .header .login_box .pwd {
  margin-top: 10px;
  background: url("/images/web/u_07.png") no-repeat 15px 11px;
}
.header_box .header .login_box .header_img_code {
  margin-top: 10px;
  text-align: right;
  height: 42px;
}
.header_box .header .login_box .header_img_code .u_img_code {
  width: 150px;
  float: left;
  text-indent: 10px;
}
.header_box .header .login_box .header_img_code img {
  height: 25px;
  width: 75px;
  padding-top: 4.5px;
  display: inline-block;
}
.header_box .header .login_box .login_btn {
  display: inline-block;
  width: 100%;
  height: 31px;
  background: url("/images/web/sprit.png") -77px -24px no-repeat;
  margin-top: 10px;
  cursor: pointer;
}
.header_box .header .login_box .login_btm {
  text-align: right;
  margin-top: 1px;
  padding-left: 5px;
}
.header_box .header .login_box .login_btm .to_older {
  color: #4E4E4E;
  font-size: 13px;
}
.header_box .header .login_box .login_btm .forget_pwd {
  color: #8F8F8F;
  font-size: 13px;
}
.header_box .header .login_box1 {
  padding: 25px 25px 20px 25px;
  background: #fff;
  display: none;
  text-align: center;
  width: 244px;
  position: relative;
  height: 235px;
}
.header_box .header .login_box1 .to_register {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  display: inline-block;
  background: url("/images/web/sprit.png") no-repeat 0 0;
}
.header_box .header .login_box1 h1 {
  font-size: 24px;
  width: 100%;
}
.header_box .header .login_box1 .u_input {
  height: 45px;
  line-height: 45px;
  width: 242px;
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 45px;
  font-size: 14px;
}
.header_box .header .login_box1 .uname {
  margin-top: 25px;
  background: url("/images/web/u_03.png") no-repeat 15px 11px;
}
.header_box .header .login_box1 .pwd {
  margin-top: 15px;
  background: url("/images/web/u_07.png") no-repeat 15px 11px;
}
.header_box .header .login_box1 .login_btn {
  display: inline-block;
  width: 100%;
  height: 31px;
  background: url("/images/web/sprit.png") -77px -24px no-repeat;
  margin-top: 20px;
  cursor: pointer;
}
.header_box .header .login_box1 .login_btm {
  text-align: right;
  margin-top: 15px;
  padding-left: 5px;
}
.header_box .header .login_box1 .login_btm .to_older {
  color: #4E4E4E;
  font-size: 13px;
}
.header_box .header .login_box1 .login_btm .forget_pwd {
  color: #8F8F8F;
  font-size: 13px;
}
.header_box .header .login_box.hover,
.header_box .header .login_box1.hover {
  display: inline-block;
}
.header_box .header .after_login {
  width: 247px;
  height: 264px;
  padding: 14px 18px 0 18px;
  background: #FFF7EC;
  display: inline-block;
  border: 1px solid #D0C7C1;
  -webkit-box-shadow: inset 0 0 2px 2px #D0C7C1;
  -moz-box-shadow: inset 0 0 2px 2px #D0C7C1;
  box-shadow: inset 0 0 2px 2px #D0C7C1;
  position: relative;
  text-align: center;
}
.header_box .header .after_login .u_order {
  position: absolute;
  top: 49px;
  right: 28px;
}
.header_box .header .after_login .u_logout {
  position: absolute;
  right: 2px;
  top: 1px;
  background: url("/images/web/index1_03.png") 0 0 no-repeat #EBE4D9;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.header_box .header .after_login .user_msg .user_section1 table {
  width: 100%;
  border-spacing: 0;
}
.header_box .header .after_login .user_msg .user_section1 table td {
  width: 50%;
  text-align: left;
  vertical-align: middle;
  height: 44px;
  border: 0;
}
.header_box .header .after_login .user_msg .user_section1 table td .user_photo {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header_box .header .after_login .user_msg .user_section1 table td .user_photo img {
  width: 44px;
}
.header_box .header .after_login .user_msg .user_section1 table td h2 {
  margin-left: 5px;
  font-size: 20px;
}
.header_box .header .after_login .user_msg .user_section1 table td.hover {
  text-align: right;
}
.header_box .header .after_login .user_msg .user_section2 {
  margin-top: 25px;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 15px;
}
.header_box .header .after_login .user_msg .user_section2 ul {
  width: 280px;
  position: relative;
  left: -16.5px;
}
.header_box .header .after_login .user_msg .user_section2 ul li {
  float: left;
  width: 50%;
  margin-right: -3px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-bottom: 2px;
}
.header_box .header .after_login .user_msg .user_section2 ul li span {
  color: #F85D65;
}
.header_box .header .after_login .user_msg .user_section3 {
  margin-top: 17px;
}
.header_box .header .after_login .user_msg .user_section3 ul {
  width: 234px;
  padding: 0 8.5px;
}
.header_box .header .after_login .user_msg .user_section3 ul li.hover {
  margin-left: 10px;
}
.header_box .header .after_login .user_msg .user_section3 ul li {
  float: left;
}
.header_box .header .after_login .user_msg .user_section3 ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 10px 0;
  width: 80px;
  height: 35px;
  padding-left: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #F85D65;
  line-height: 35px;
  background: url("/images/web/index1_07.png") 15px center no-repeat #fff;
  font-size: 16px;
  color: #F85D65;
  text-align: left;
}
/**导航**/
.nav_box {
  width: 100%;
  background: #DF0013;
  height: 45px;
}
.nav_box ul {
  margin: 0 auto;
  width: 1008px;
}
.nav_box ul li {
  width: 120px;
  float: left;
  font-size: 15.7px;
  text-align: center;
  border: 3px solid transparent;
  height: 51px;
  line-height: 51px;
  position: relative;
  top: -5px;
  cursor: pointer;
}
.nav_box ul li a {
  color: #fff;
}
.nav_box ul li a b {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 34px;
  height: 24px;
}
.nav_box ul li a .nav_link1 {
  background: url("/images/web/navLogo.png") -18px 2px no-repeat;
}
.nav_box ul li a .nav_link2 {
  background: url("/images/web/navLogo.png") -58px 1px no-repeat;
}
.nav_box ul li a .nav_link3 {
  background: url("/images/web/navLogo.png") -106px 1px no-repeat;
  top: 5px;
}
.nav_box ul li a .nav_link4 {
  background: url("/images/web/navLogo.png") -156px 1px no-repeat;
  top: 5px;
}
.nav_box ul li a .nav_link5 {
  background: url("/images/web/navLogo.png") -204px 1px no-repeat;
  top: 5px;
}
.nav_box ul li a .nav_link6 {
  background: url("/images/web/navLogo.png") -249px 1px no-repeat;
  top: 5px;
}
.nav_box ul li a .nav_link7 {
  background: url("/images/web/navLogo.png") -287px 1px no-repeat;
  top: 5px;
}
.nav_box ul li a .nav_link8 {
  background: url("/images/web/navLogo.png") -322px 1px no-repeat;
  top: 5px;
}
.nav_box ul li.hover,
.nav_box ul li:hover {
  border: 3px solid #DF0013;
  background: #fff;
}
.nav_box ul li.hover a,
.nav_box ul li:hover a {
  color: #333333;
}
.nav_box ul li.hover a .nav_link1,
.nav_box ul li:hover a .nav_link1 {
  background: url("/images/web/navLogo.png") -18px -33px no-repeat;
}
.nav_box ul li.hover a .nav_link2,
.nav_box ul li:hover a .nav_link2 {
  background: url("/images/web/navLogo.png") -58px -35px no-repeat;
}
.nav_box ul li.hover a .nav_link3,
.nav_box ul li:hover a .nav_link3 {
  background: url("/images/web/navLogo.png") -106px -35px no-repeat;
}
.nav_box ul li.hover a .nav_link4,
.nav_box ul li:hover a .nav_link4 {
  background: url("/images/web/navLogo.png") -156px -35px no-repeat;
}
.nav_box ul li.hover a .nav_link5,
.nav_box ul li:hover a .nav_link5 {
  background: url("/images/web/navLogo.png") -204px -35px no-repeat;
}
.nav_box ul li.hover a .nav_link6,
.nav_box ul li:hover a .nav_link6 {
  background: url("/images/web/navLogo.png") -249px -35px no-repeat;
}
.nav_box ul li.hover a .nav_link7,
.nav_box ul li:hover a .nav_link7 {
  background: url("/images/web/navLogo.png") -287px -33px no-repeat;
}
.nav_box ul li.hover a .nav_link8,
.nav_box ul li:hover a .nav_link8 {
  background: url("/images/web/navLogo.png") -322px -35px no-repeat;
}
/**底部**/
.footer {
  width: 100%;
}
.footer .footer_box1 {
  background: #fff;
  padding-top: 30px;
}
.footer .footer_box1 .footer_section1 {
  padding: 0 15px;
  width: 970px;
  margin: 0 auto;
}
.footer .footer_box1 .footer_section1 table {
  width: 100%;
}
.footer .footer_box1 .footer_section1 table td.hover {
  width: 82px;
  vertical-align: top;
  color: #F52837;
}
.footer .footer_box1 .footer_section1 table td {
  font-size: 16px;
  color: #7C8187;
}
.footer .footer_box1 .footer_section1 table td a {
  color: #7C8187;
}
.footer .footer_box1 .footer_section1 table td a:hover {
  color: #F52837;
}
.footer .footer_box1 .footer_section1 table td ul li {
  float: left;
  margin-right: 30px;
}
.footer .footer_box1 .footer_section2 {
  width: 825px;
  margin: 20px auto 0;
  border-top: 1px solid #BFBFBF;
  padding: 44px 0 0 6px;
  /*background: url("/images/web/index_30.png") 13px 19px no-repeat;*/
  height: 164px;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail {
  border: 2px solid #E73F4D;
  padding: 13px 0;
  width: 812px;
  height: 60px;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail table {
  width: 100%;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail table td {
  width: 50%;
  height: 56px;
  vertical-align: middle;
  color: #5B6169;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail table td p {
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail table td .footer_box2_time {
  width: 273px;
  background: url("/images/web/index_33.png") 0 center no-repeat;
  text-indent: 13px;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail table td .footer_box2_time span {
  font-size: 14px;
  color: #5B6169;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail table td .footer_box2_addr {
  background: url("/images/web/index_36.png") 0 center no-repeat;
  text-indent: 20px;
  width: 352px;
}
.footer .footer_box1 .footer_section2 .footer_box2_detail table td.hover {
  border-right: 1px solid #BFBFBF;
}
.footer .footer_box2 {
  background: #5B6169;
  padding: 17px 0 30px;
}
.footer .footer_box2 .footer_box2_section1 {
  width: 317px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
}
.footer .footer_box2 .footer_box2_section1 ul li {
  float: left;
  border-right: 1px dashed #fff;
}
.footer .footer_box2 .footer_box2_section1 ul li a {
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
}
.footer .footer_box2 .footer_box2_section1 ul li.hover {
  border-right: 0;
}
.footer .footer_box2 .footer_box2_section2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
/**浮动窗口**/
.service_online {
  position: fixed;
  width: 110px;
  left: 3px;
  top: 50%;
  margin-top: -169px;
  border: 1px solid #D36656;
  text-align: center;
  background: #fff;
  padding: 10px 10px 0;
}
.service_online .service_online_box .service_online_close {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #B2B2B2;
  color: #171B21;
  text-align: center;
  line-height: 14px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
  background: url("/images/web/index3_01.png") center center no-repeat;
}
.service_online .service_online_box .service_online_section2 li {
  padding: 5px 0;
  border-bottom: 1px dashed #D8D7D6;
}
.service_online .service_online_box .service_online_section2 li p {
  padding-bottom: 5px;
  font-size: 12px;
  color: #171B21;
}
.service_online .service_online_box .service_online_section3 li.hover {
  border-bottom: 0;
}
.service_online .service_online_box .service_online_section3 li {
  padding: 5px 0;
  border-bottom: 1px dashed #D8D7D6;
  font-size: 12px;
}
.service_online .service_online_box .service_online_section3 li p {
  color: #171B21;
}
.service_online .service_online_box .service_online_section3 li .service_online_section3_title {
  background: url("/images/web/index2_11.png") 0 center no-repeat;
  display: inline-block;
  width: 70px;
  text-indent: 16px;
  padding: 5px 0;
}
.service_online .service_online_box .service_online_section3 li .service_online_section3_title1 {
  background: url("/images/web/index2_15.png") 0 center no-repeat;
  display: inline-block;
  width: 55px;
  text-indent: 16px;
  padding: 5px 0;
}
.service_online .service_online_line {
  position: absolute;
  bottom: -3px;
  width: 134px ;
  left: -2px;
  height: 4px;
  background: #F52837;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
